home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / resource / netutil / files / winproxy.exe / i / _SETUP.1 / dnepro.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-04-26  |  2.0 KB  |  77 lines

  1. ;//****************************************************************************
  2. ;//* DNEPRO.INF 
  3. ;//****************************************************************************
  4. ;//* Copyright (c) Deterministic Networks, Inc.  1997 - 2001
  5. ;//****************************************************************************
  6. ;//* 
  7. ;//* This is the .inf file for the protocol dirver (dnepro.vxd)
  8. ;//*
  9. ;//****************************************************************************
  10.  
  11. [Version]
  12. Signature=$CHICAGO$
  13. Class=NetTrans
  14. Provider=%V_DETNET%
  15. DriverVer=04/27/2001,2.0.6.8
  16.     
  17. [Manufacturer]
  18. %V_DETNET%=DETERMINISTIC
  19.     
  20. [DETERMINISTIC]
  21. %DNEPRO.DeviceDesc%= DNEPRO.ndi, DNEPRO
  22.     
  23. [ControlFlags]
  24. ExcludeFromSelect=DNEPRO
  25.  
  26. [DNEPRO.ndi]
  27. AddReg=DNEPRO.ndi.reg  
  28. DeviceID=DNEPRO
  29. MaxInstance=20
  30. Reboot 
  31.     
  32. [DNEPRO.ndi.reg]
  33. HKR,Ndi,DeviceID,,DNEPRO
  34. HKR,NDIS,LogDriverName,,DNEPRO
  35. HKR,Ndi,NdiInstaller,,"dnes.dll,DnDneProtocolMain"
  36. HKR,Ndi,MaxInstance,,20
  37. HKR,NDIS,MajorNdisVersion,1,03
  38. HKR,NDIS,MinorNdisVersion,1,0a
  39. HKR,Ndi\Interfaces,DefLower,,"DNEBinding"
  40. HKR,Ndi\Interfaces,LowerRange,,"DNEBinding" 
  41. HKR,Ndi\Compatibility,RequireAll,,"DNEMAC"       
  42. HKR,Ndi\Install,,,"DNEPRO.Install"
  43. HKR,Ndi\Remove,,,"DNEPRO.Remove"  
  44. HKR,Ndi,HelpText,0,%DNEPRO_HELP%
  45.     
  46.     
  47. [DNEPRO.Install]
  48. AddReg=DNEPRO.AddReg
  49.     
  50. [DNEPRO.Remove]
  51. DelReg=DNEPRO.ndi.rmv.delreg 
  52. DelFiles=DNEPRO.ndi.vxds.delfiles
  53.     
  54. [DNEPRO.AddReg]
  55. HKR,,DevLoader,,*ndis 
  56. HKR,,DeviceVxDs,,"DNEPRO.VXD" 
  57. HKLM,"SOFTWARE\DeterministicNetworks\DNE\Installing",,,    
  58.     
  59. [DNEPRO.ndi.rmv.delreg]
  60. HKLM,"SOFTWARE\DeterministicNetworks\DNE"    
  61.     
  62. [DNEPRO.ndi.vxds.delfiles]
  63.  
  64. [DestinationDirs]       
  65. DNEPRO.ndi.vxds.delfile= 11
  66.  
  67. [strings]
  68.     
  69. V_DETNET = "DeterministicNetworks"
  70. V_CLASSNAME = "Network Protocol"
  71.     
  72. DNEPRO.DeviceDesc = "DNE Protocol shim"
  73.  
  74. DNEPRO_HELP = "The DNE Protocol shim is part of the NDIS extension system on your computer.  This is an internal component.  To remove this service, remove the DNES service from your control panel instead."
  75.  
  76.  
  77.